home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-22 | 538 b | 24 lines | [TEXT/CWIE] |
- // Copyright © 1992 Emergent Behavior. All rights reserved.
-
- #ifndef _TCOMPUTER_
- #define _TCOMPUTER_
-
- #ifndef _TYPES_
- #include "Types.h"
- #endif
-
- //===================================================================
- class TComputer {
- public:
- TComputer();
- static Boolean HasColorQuickDraw();
- static Boolean HasMathChip();
- static Boolean HasSystem7();
- static Boolean HasQuickDraw32();
- static Boolean HasGWorlds();
- static Boolean HasTextToSpeech();
- };
-
- //===================================================================
- #endif
-